Begin A1_DAT_SRT_CureCD_IDS

Short DAT_SRTIC
Short DAT_SRTFIN

If ( OnActivate == 1 )
	Set DAT_SRTFIN to 2
EndIf

If ( DAT_SRTFIN < 2 )
	Return
EndIf

If ( Player->GetAlchemy >= 45 )
	Set DAT_SRTIC to (  "A1_DAT_SRT_SortBag"->GetItemCount, "ingred_willow_anther_01" )
Else
	Set DAT_SRTIC to 0
EndIf

If ( DAT_SRTIC > 0 )
	While ( DAT_SRTIC > 0 )
		Set DAT_SRTIC to ( DAT_SRTIC - 1 )
		Player->AddItem, "ingred_willow_anther_01", 1
		 "A1_DAT_SRT_SortBag"->RemoveItem, "ingred_willow_anther_01", 1
	EndWhile
EndIf

If ( Player->GetAlchemy >= 30 )
	Set DAT_SRTIC to (  "A1_DAT_SRT_SortBag"->GetItemCount, "ingred_daedra_skin_01" )
Else
	Set DAT_SRTIC to 0
EndIf

If ( DAT_SRTIC > 0 )
	While ( DAT_SRTIC > 0 )
		Set DAT_SRTIC to ( DAT_SRTIC - 1 )
		Player->AddItem, "ingred_daedra_skin_01", 1
		 "A1_DAT_SRT_SortBag"->RemoveItem, "ingred_daedra_skin_01", 1
	EndWhile
EndIf

If ( Player->GetAlchemy >= 5 )
	Set DAT_SRTIC to (  "A1_DAT_SRT_SortBag"->GetItemCount, "ingred_gravedust_01" )
Else
	Set DAT_SRTIC to 0
EndIf

If ( DAT_SRTIC > 0 )
	While ( DAT_SRTIC > 0 )
		Set DAT_SRTIC to ( DAT_SRTIC - 1 )
		Player->AddItem, "ingred_gravedust_01", 1
		 "A1_DAT_SRT_SortBag"->RemoveItem, "ingred_gravedust_01", 1
	EndWhile
EndIf

If ( Player->GetAlchemy >= 5 )
	Set DAT_SRTIC to ( "A1_DAT_SRT_SortBag"->GetItemCount, "ingred_green_lichen_01" )
Else
	Set DAT_SRTIC to 0
EndIf

If ( DAT_SRTIC > 0 )
	While ( DAT_SRTIC > 0 )
		Set DAT_SRTIC to ( DAT_SRTIC - 1 )
		Player->AddItem, "ingred_green_lichen_01", 1
		 "A1_DAT_SRT_SortBag"->removeItem, "ingred_green_lichen_01", 1
	EndWhile
EndIf

If ( Player->GetAlchemy >= 45 )
	Set DAT_SRTIC to (  "A1_DAT_SRT_SortBag"->GetItemCount, "ingred_chokeweed_01" )
Else
	Set DAT_SRTIC to 0
EndIf

If ( DAT_SRTIC > 0 )
	While ( DAT_SRTIC > 0 )
		Set DAT_SRTIC to ( DAT_SRTIC - 1 )
		Player->AddItem, "ingred_chokeweed_01", 1
		 "A1_DAT_SRT_SortBag"->RemoveItem, "ingred_chokeweed_01", 1
	EndWhile
EndIf

If ( Player->GetAlchemy >= 45 )
	Set DAT_SRTIC to (  "A1_DAT_SRT_SortBag"->GetItemCount, "ingred_red_lichen_01" )
Else
	Set DAT_SRTIC to 0
EndIf

If ( DAT_SRTIC > 0 )
	While ( DAT_SRTIC > 0 )
		Set DAT_SRTIC to ( DAT_SRTIC - 1 )
		Player->AddItem, "ingred_red_lichen_01", 1
		 "A1_DAT_SRT_SortBag"->removeItem, "ingred_red_lichen_01", 1
	EndWhile
EndIf

If ( Player->GetAlchemy >= 60 )
	Set DAT_SRTIC to (  "A1_DAT_SRT_SortBag"->GetItemCount, "ingred_muck_01" )
Else
	Set DAT_SRTIC to 0
EndIf

If ( DAT_SRTIC > 0 )
	While ( DAT_SRTIC > 0 )
		Set DAT_SRTIC to ( DAT_SRTIC - 1 )
		Player->AddItem, "ingred_muck_01", 1
		 "A1_DAT_SRT_SortBag"->RemoveItem, "ingred_muck_01", 1
	EndWhile
EndIf

PlaySound "Item Misc Up"

MessageBox "You take what ingredients you determine can be used to create a potion of Cure Common Disease from the bag.",

Set DAT_SRTFIN to 1

End